home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrackIEBar / StdAfx.h < prev    next >
C/C++ Source or Header  |  2004-02-15  |  1KB  |  36 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__12F4061A_3F8D_4FFA_948D_624E42DAE092__INCLUDED_)
  6. #define AFX_STDAFX_H__12F4061A_3F8D_4FFA_948D_624E42DAE092__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_APARTMENT_THREADED
  17.  
  18. #include <atlbase.h>
  19. //You may derive a class from CComModule and use it if you want to override
  20. //something, but do not change the name of _Module
  21. extern CComModule _Module;
  22. #include <atlcom.h>
  23.  
  24. /* WTL */
  25. #include <atlwin.h>
  26. #include <atlapp.h>
  27. #include <atlctrls.h>
  28. #include <atlmisc.h>
  29. #include <comutil.h>
  30.  
  31.  
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  34.  
  35. #endif // !defined(AFX_STDAFX_H__12F4061A_3F8D_4FFA_948D_624E42DAE092__INCLUDED)
  36.